ComponentOne Web API Edition
ExportAsync Method (IExporter<T>)

C1.Web.Api Namespace > IExporter<T> Interface : ExportAsync Method
The export source.
The output stream.
Execute exporting task asynchronously.
Syntax
'Declaration
 
Function ExportAsync( _
   ByVal exportSource As T, _
   ByVal outputStream As Stream _
) As Task

Parameters

exportSource
The export source.
outputStream
The output stream.

Return Value

The task.
See Also

Reference

IExporter<T> Interface
IExporter<T> Members